projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9327f13
)
(process_send_signal): Add abort call.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 12 Jul 2002 11:13:47 +0000
(11:13 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 12 Jul 2002 11:13:47 +0000
(11:13 +0000)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index 7c3b177949668e73237dfd01223438121cc3f778..771a4e1fe624fc9f7c5e5af20933750659650001 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-5117,7
+5117,9
@@
process_send_signal (process, signo, current_group, nomsg)
#endif /* ! defined (TCGETA) */
#endif /* ! defined (TIOCGLTC) && defined (TIOCGETC) */
#endif /* ! defined HAVE_TERMIOS */
-#endif /* ! defined (SIGNALS_VIA_CHARACTERS) */
+ abort ();
+ /* The code above always returns from the function. */
+#endif /* defined (SIGNALS_VIA_CHARACTERS) */
#ifdef TIOCGPGRP
/* Get the pgrp using the tty itself, if we have that.